home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / wotsit.xml < prev    next >
Text File  |  2002-09-10  |  1KB  |  46 lines

  1. <search function="wotsit">
  2.   <name>WotSit's File Format Reference</name>
  3.   <description>
  4.     Search WotSit's Format - Programmers File Format Reference<br/>
  5.     <div class="helpboxDescLabels">Examples:</div>
  6.     <table class="helpboxDescTable">
  7.       <tr><td>wotsit dbf</td></tr>
  8.     </table>
  9.   </description>
  10.   <category>Computers</category>
  11.   <link>http://www.wotsit.org/</link>
  12.   <contributor></contributor>
  13.   
  14.   <form name="wotsitsearch"
  15.   action="http://www.wotsit.org/search.asp"
  16.   method="post">
  17.   <input type="hidden" name="target" />
  18.   </form>
  19.  
  20.   <script><![CDATA[
  21.     function wotsit(q)
  22.     {
  23.       if( nullArgs("wotsit", q) )
  24.         return false;
  25.  
  26.       var args = parseArgs(q, "all");
  27.       if( q == "" )
  28.         openSearchWindow("http://www.wotsit.org/");
  29.       else if( args.switches.length == 0 )
  30.       {
  31.         document.wotsitsearch.target.value = args.q;
  32.         submitForm(wotsitsearch); 
  33.       }
  34.       else
  35.       {
  36.         nullArgs("wotsit","?");
  37.       }
  38.     }
  39.   ]]></script>
  40.  
  41.   <copyright>
  42.     Copyright (c) 2002 David Bau
  43.     Distributed under the terms of the
  44.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  45.   </copyright>
  46. </search>